home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / comm / misc / RecentScript.lha / RecentScript / Configs / AmFTP ARexx.hlp < prev    next >
Encoding:
Text File  |  1997-04-19  |  716 b   |  28 lines

  1. Short   : Download script for AmFTP
  2. Type    : REXX
  3. Requires: AmFTP, ARexx, rexxsupport.library, WaitForPort
  4. Author  : Arndt van der Molen
  5. Version : 1.2
  6.  
  7. Introduction:
  8.  
  9.   Saves an ARexx script which downloads the selected
  10.   archives with help of AmFTP from a FTP server.
  11.  
  12. Configuration:
  13.  
  14.   %1: Name or IP address of an AmiNet FTP server
  15.  
  16.   %2: Full path of the AmiNet root directory on the
  17.       server with a trailing '/'
  18.  
  19.   %3: Full path and name of the AmFTP executable
  20.   
  21. Usage:
  22.  
  23.   Execute the output script with 'rx xyz.rexx' in the CLI
  24.   or doubleclick on the provided icon of the output script.
  25.  
  26.   The script will use an already opened and idle AmFTP or
  27.   starts a new AmFTP to download the selected archives.
  28.